home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / System / Report.dfm / Report.txt
Encoding:
Text File  |  1999-06-19  |  1.1 KB  |  56 lines

  1. object ReportForm: TReportForm
  2.   Left = 238
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 338
  6.   ClientWidth = 676
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKButton: TButton
  17.     Left = 580
  18.     Top = 22
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object Info: TMemo
  26.     Left = 16
  27.     Top = 21
  28.     Width = 549
  29.     Height = 297
  30.     Color = 12910591
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clNavy
  33.     Font.Height = -11
  34.     Font.Name = 'Courier New'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     ScrollBars = ssVertical
  38.     TabOrder = 1
  39.   end
  40.   object Button1: TButton
  41.     Left = 580
  42.     Top = 59
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Save As...'
  46.     TabOrder = 2
  47.     OnClick = Button1Click
  48.   end
  49.   object SaveDialog1: TSaveDialog
  50.     DefaultExt = 'TXT'
  51.     Filter = 'Text File (*.txt)|*.txt'
  52.     Left = 599
  53.     Top = 279
  54.   end
  55. end
  56.